home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (3rd Edition)
/
The Business Master (3rd Edition).iso
/
files
/
commadio
/
faxctrl
/
faxhost.asp
< prev
next >
Wrap
Text File
|
1989-11-09
|
443b
|
19 lines
;FAXHOST.ASP
;PROCOMM PLUS SCRIPT FILE
INIT N0 0
TRANSMIT "ATS0=1^M"
Loop:
IF NOT CONNECTED
INC N0
IF EQ N0 1250
;the value 1250 provides for about 30 seconds delay before aborting back to
; FAXCTRL. you can adjust this delay to anything you wish by using a value
; of 42 times the number of seconds of delay you want
QUIT
ENDIF
GOTO LOOP
ENDIF
HOST
QUIT
;quit to the system which will rerun FAXCTRL